Skip to content

⬆️ Update dependency pylint to v3.3.7#944

Merged
edenhaus merged 1 commit into
devfrom
renovate/pylint-3.x
May 6, 2025
Merged

⬆️ Update dependency pylint to v3.3.7#944
edenhaus merged 1 commit into
devfrom
renovate/pylint-3.x

Conversation

@renovate

@renovate renovate Bot commented May 4, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pylint (changelog) ==3.3.6 -> ==3.3.7 age adoption passing confidence

Release Notes

pylint-dev/pylint (pylint)

v3.3.7

Compare Source

What's new in Pylint 3.3.7?

Release date: 2025-05-04

False Positives Fixed

  • Comparisons between two calls to type() won't raise an unidiomatic-typecheck warning anymore, consistent with the behavior applied only for == previously.

    Closes #​10161

Other Bug Fixes

  • Fixed a crash when importing a class decorator that did not exist with the same name as a class attribute after the class definition.

    Closes #​10105

  • Fix a crash caused by malformed format strings when using .format with keyword arguments.

    Closes #​10282

  • Using a slice as a class decorator now raises a not-callable message instead of crashing. A lot of checks that dealt with decorators (too many to list) are now shortcut if the decorator can't immediately be inferred to a function or class definition.

    Closes #​10334

Other Changes

  • The algorithm used for no-member suggestions is now more efficient and cuts the
    calculation when the distance score is already above the threshold.

    Refs #​10277


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented May 4, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.07%. Comparing base (9ad5259) to head (362bc39).
Report is 1 commits behind head on dev.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #944   +/-   ##
=======================================
  Coverage   93.07%   93.07%           
=======================================
  Files         127      127           
  Lines        4927     4927           
  Branches      320      320           
=======================================
  Hits         4586     4586           
  Misses        282      282           
  Partials       59       59           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq

codspeed-hq Bot commented May 4, 2025

Copy link
Copy Markdown

CodSpeed Performance Report

Merging #944 will not alter performance

Comparing renovate/pylint-3.x (362bc39) with dev (9ad5259)

Summary

✅ 6 untouched benchmarks

@renovate renovate Bot force-pushed the renovate/pylint-3.x branch from 8d992b6 to 4a910f9 Compare May 6, 2025 09:03
@edenhaus edenhaus enabled auto-merge (squash) May 6, 2025 09:03
@renovate renovate Bot force-pushed the renovate/pylint-3.x branch from 4a910f9 to 0ae00c1 Compare May 6, 2025 09:04
@renovate renovate Bot force-pushed the renovate/pylint-3.x branch from 0ae00c1 to 362bc39 Compare May 6, 2025 09:10
@edenhaus edenhaus merged commit 5830188 into dev May 6, 2025
27 checks passed
@edenhaus edenhaus deleted the renovate/pylint-3.x branch May 6, 2025 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant